projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fad882
)
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
author
Glenn Morris
<rgm@gnu.org>
Wed, 9 Jan 2008 04:16:45 +0000
(
04:16
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 9 Jan 2008 04:16:45 +0000
(
04:16
+0000)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index 881766d92ca4cb92cb68f2664d8263ab4eee8f97..3e62f2351c63e0c336d6b049c1a1177f2bc56ed9 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-969,7
+969,7
@@
If t, `ffap-tex-init' will initialize this when needed.")
;; Slightly controversial decisions:
;; * strip trailing "@" and ":"
;; * no commas (good for latex)
- (file "--:$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:")
+ (file "--:
\\\\
$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:")
;; An url, or maybe a email/news message-id:
(url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?")
;; Find a string that does *not* contain a colon: